From 04660cf483ff65fc74d0fa2a54b3fbe3a933cbb6 Mon Sep 17 00:00:00 2001 From: "ewan@linford.intra" Date: Sun, 11 Sep 2005 21:10:38 +0100 Subject: [PATCH] Added dev-docs target, which passes through to the docs Makefile. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3b50ec6436..498be57835 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,8 @@ ifeq ($(XEN_TARGET_X86_PAE),y) export pae=y endif -.PHONY: all dist install xen kernels tools docs world clean mkpatches mrproper -.PHONY: kbuild kdelete kclean +.PHONY: all dist install xen kernels tools dev-docs docs world clean +.PHONY: mkpatches mrproper kbuild kdelete kclean # build and install everything into the standard system directories install: install-xen install-kernels install-tools install-docs @@ -66,6 +66,9 @@ kernels: docs: sh ./docs/check_pkgs && $(MAKE) -C docs install || true +dev-docs: + $(MAKE) -C docs dev-docs + # Build all the various kernels and modules kbuild: kernels -- 2.30.2